The goal of perlQ was to allow you to design your survey to look any way you wish. To do this, we have offered a couple of options on the way your answers can appear. You can also customize the Question Text Style, Answer Input Style and Text Input Style.

Answer Text Style - In this field you may enter any CSS style definition that you wish to have applied to all question text in the survey. If you wanted to have your answers all appear in a red, Arial font of size 12px, you would enter:

color: red; font-style: Arial; font-size: 12px;

This would then cause your answer to appear as:

My first answer.

The style definitions will be placed inside of the <TD> that surrounds each answer text in a radio or checkbox scenario. They will also be applied inside of <SELECT> elements, allowing you to edit the text in those. You will also be able to override survey-wide defaults for Answer Text Style within each question setup.

To find out more about CSS styles, go to Zvon.org CSS1 Reference.